home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_13 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  357 b   |  16 lines

  1. onEnterFrame = function()
  2. {
  3.    var _loc5_ = _root.getBytesLoaded();
  4.    var _loc4_ = _root.getBytesTotal();
  5.    var _loc3_ = int(_loc5_ / _loc4_ * 100);
  6.    num_txt.text = _loc3_ + "%";
  7.    if(_loc3_ == 100)
  8.    {
  9.       delete this.onEnterFrame;
  10.       if(_root._mochiad instanceof MovieClip != true)
  11.       {
  12.          _root.play();
  13.       }
  14.    }
  15. };
  16.